home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / e-tools / plugins / frumsplugs / examples / examples_readme < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.2 KB  |  33 lines

  1.  
  2. These are some examples of what can be done with the modules in frumSPlugs.
  3. I have included 3 small brushes from MagicWB to try with IffBackDrop and
  4. IffBitMap.  (Note: these programs require iff.library.)
  5. Try out TestPlugins.  This was made to be run on a MagicWB screen, but it
  6. also isn't bad on a 4 colour screen.  It shows all the plugins together.
  7.  
  8.  
  9.  
  10.   The examples are:
  11.  
  12. TestPlugins.e - All the plugins at the same time.  Shows the gauge and
  13.                 the busybox in action when you click the imagebutton.
  14.  
  15. BusyBoxExample.e - Example of how to use the busybox.
  16.  
  17. GaugeTest.e - Example of how to use the gauge.
  18.  
  19. IffBackDrop.e - Loads an ILBM brush and puts it in the background of the
  20.                 window.  Requires iff.library.
  21.  
  22. IffBitMap.e - Same thing as IffBackDrop.e, but puts it in a square instead
  23.               of the background.
  24.  
  25. ImageButtonTest.e - Put a solid colour square in a button and shows when
  26.                     you click on it.  The square is actually a intuition
  27.                     image, I was just too lazy to make some actual bitmaps
  28.                     for it.
  29.  
  30. ImageTest.e - Puts a square filled with a bitmap pointing at random memory
  31.               in the GUI.  Again, I was just too lazy to make it some proper
  32.               imagery.
  33.